text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

[BE201] Express & Sequelize part 2

[BE201] Express & Sequelize part 2

Express框架 架構

Express框架 架構

筆記、Command Line Interface

筆記、Command Line Interface


Comments